install.iss: add Microsoft Edit as an editor option#669
Merged
dscho merged 1 commit intogit-for-windows:mainfrom Jan 9, 2026
Merged
install.iss: add Microsoft Edit as an editor option#669dscho merged 1 commit intogit-for-windows:mainfrom
dscho merged 1 commit intogit-for-windows:mainfrom
Conversation
Member
Author
|
This is largely #617, but modified to use system edit. That saves us all the issues of a per-user install and having the version number in the path, but limits this option to Windows 11. |
Add the newly re-written and open-source 'Edit' terminal-based text editor, inspired by the old MS-DOS Editor. While the edit.exe program is also available as a simple zip download, or via the WinGet package manager for Windows, it is also distributed via Windows Update on Windows 11 24H2 and newer. Since that's the only system-wide install with a stable path, we currently only support that install method. Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com> Signed-off-by: Matthias Aßhauer <mha1993@live.de>
mjcheetham
approved these changes
Jan 9, 2026
Member
mjcheetham
left a comment
There was a problem hiding this comment.
it is also distributed via Windows Update on Windows 11 24H2 and newer.
Ah that's great! Makes it easier to reason about the availability of the editor this way.
dscho
approved these changes
Jan 9, 2026
Member
dscho
left a comment
There was a problem hiding this comment.
Technically, we should probably set core.editor to the full path of edit.exe, but I guess this is good enough!
Member
|
/add relnote feature Microsoft Edit can now be specified as Git editor. |
github-actions bot
pushed a commit
that referenced
this pull request
Jan 9, 2026
[Microsoft Edit](https://learn.microsoft.com/en-us/windows/edit/) can [now be specified](#669) as Git editor. Signed-off-by: gitforwindowshelper[bot] <gitforwindowshelper-bot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the newly re-written and open-source 'Edit' terminal-based text editor, inspired by the old MS-DOS Editor.
While the edit.exe program is also available as a simple zip download, or via the WinGet package manager for Windows, it is also distributed via Windows Update on Windows 11 24H2 and newer. Since that's the only system-wide install with a stable path, we currently only support that install method.